﻿ html,
    body,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    textarea,
    select,
    button,
    fieldset,
    legend,
    img,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    th,
    td,
    pre,
    blockquote {
      margin: 0px;
      padding: 0px;
    }
    
    a {
      text-decoration: none;
    }
    /*去掉a标签的虚线框，避免出现奇怪的选中区域*/
     
    a:hover{
    color: lightred;
    }
    
    html {
      height:auto;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased
    }
    
/* 适老化改造 */
.wza-box{margin-top: 35px; float: right;min-width: 200px;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

/* .oldModel *{font-size: 28px!important;}    */
    
    body,
    button,
    input,
    select,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font: 16px "微软雅黑", "Microsoft Yahei", arial, simhei
    }
    
    table {
      border-collapse: collapse;
      border-spacing: 0
    }
    
    img,
    fieldset {
      border: 0;
      vertical-align: middle
    }
    
    ul,
    li,
    ol {
      list-style: none
    }
    
    em,
    i {
      font-style: normal
    }
    
    iframe {
      display: block
    }
    
    .clear {
      display: block;
      overflow: hidden;
      clear: both;
      height: 0;
      line-height: 0;
      font-size: 0;
    }
    
    .textcent {
      text-align: center
    }